home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Common.h
-
- Contains: Common items used in more than one file
-
-
-
- Copyright: © 1998, 2000 by Apple Computer, Inc., all rights reserved.
-
- Writers:
-
- (gc) Garth Cummings
-
- Change History (most recent first):
-
- <USB1> 5/11/00 gc first checked in
- 21 Mar 98 gp Added
-
- To Do:
- */
- #ifndef __COMMON__
- #define __COMMON__
-
- #define kPACKID -4096
-
- #endif
-